home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRATTREDITORFORM / TFRATTREDITORFORM.txt
Text File  |  2002-03-27  |  2KB  |  67 lines

  1. object frAttrEditorForm: TfrAttrEditorForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Additional attributes'
  7.   ClientHeight = 89
  8.   ClientWidth = 285
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 125
  20.     Top = 60
  21.     Width = 75
  22.     Height = 25
  23.     HelpContext = 1
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object Button2: TButton
  30.     Left = 205
  31.     Top = 60
  32.     Width = 75
  33.     Height = 25
  34.     HelpContext = 2
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object GB1: TGroupBox
  41.     Left = 4
  42.     Top = 4
  43.     Width = 277
  44.     Height = 47
  45.     TabOrder = 0
  46.     object Edit1: TfrComboEdit
  47.       Left = 8
  48.       Top = 16
  49.       Width = 261
  50.       Height = 21
  51.       HelpContext = 200
  52.       Style = csSimple
  53.       ItemHeight = 13
  54.       TabOrder = 0
  55.       Glyph.Data = {
  56.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  57.         0400000000006000000000000000000000000000000000000000000000000000
  58.         80000080000000808000800000008000800080800000C0C0C000808080000000
  59.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  60.         0000770777777777000077087007007700007780778007770000778087700077
  61.         0000777087007807000077780777777700007700000777770000777708777777
  62.         0000777700780777000077777000777700007777777777770000}
  63.       OnButtonClick = frSpeedButton1Click
  64.     end
  65.   end
  66. end
  67.